From: Josef Schlehofer Date: Fri, 26 Sep 2025 18:11:29 +0000 (+0200) Subject: libunwind: enable it to all targets X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=fca63d04b5075723d001eff788973edd88bcb636;p=openwrt%2Fopenwrt.git libunwind: enable it to all targets This commit will enable building for riscv64 and maybe for other platforms such as mipsel64. Suggested-by: Rosen Penev in https://github.com/openwrt/openwrt/pull/3871#issuecomment-778987028 Signed-off-by: Josef Schlehofer Link: https://github.com/openwrt/openwrt/pull/20193 Signed-off-by: Hauke Mehrtens --- diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile index 8fa2a786c4..f2363116fc 100644 --- a/package/libs/libunwind/Makefile +++ b/package/libs/libunwind/Makefile @@ -32,7 +32,7 @@ define Package/libunwind CATEGORY:=Libraries TITLE:=The libunwind project URL:=http://www.nongnu.org/libunwind/ - DEPENDS:=@((mips||mipsel||mips64||powerpc64||x86_64||arm||aarch64||loongarch64)||(USE_GLIBC&&(powerpc||i386))) +zlib + DEPENDS:=@!(USE_MUSL&&(powerpc)) +zlib ABI_VERSION:=8 endef